object MailPropDlg: TMailPropDlg Left = 245 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'E-mail' ClientHeight = 328 ClientWidth = 444 Color = clBtnFace DefaultMonitor = dmDesktop ParentFont = True Icon.Data = {} OldCreateOrder = True Position = poScreenCenter Visible = True OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 48 Width = 89 Height = 13 Caption = 'E-mail address:' end object Label2: TLabel Left = 16 Top = 80 Width = 57 Height = 13 Caption = 'BCC:' end object Label3: TLabel Left = 16 Top = 120 Width = 65 Height = 13 Caption = 'Subject:' end object Label4: TLabel Left = 40 Top = 169 Width = 65 Height = 13 Caption = 'Priority:' end object OKBtn: TButton Left = 127 Top = 260 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 231 Top = 260 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = CancelBtnClick end object Edit1: TEdit Left = 112 Top = 40 Width = 281 Height = 21 TabOrder = 2 end object Edit2: TEdit Left = 112 Top = 80 Width = 281 Height = 21 TabOrder = 3 end object Edit3: TEdit Left = 112 Top = 120 Width = 281 Height = 21 TabOrder = 4 end object RadioButton1: TRadioButton Left = 112 Top = 168 Width = 105 Height = 17 Caption = 'Low' TabOrder = 5 end object RadioButton2: TRadioButton Left = 112 Top = 192 Width = 105 Height = 17 Caption = 'Normal' Checked = True TabOrder = 6 TabStop = True end object RadioButton3: TRadioButton Left = 112 Top = 216 Width = 105 Height = 17 Caption = 'High' TabOrder = 7 end object IdSMTP1: TIdSMTP MailAgent = 'HInfoNetware 1.0' Left = 24 Top = 264 end end